home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / CD_System / AHI / History < prev    next >
Text File  |  1998-07-30  |  20KB  |  464 lines

  1.  
  2.                              Revision history
  3.                              ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  4.  
  5. ahi.device
  6. ¯¯¯¯¯¯¯¯¯¯
  7. 1.32
  8.          AHI is no longer a library, but a device ("ahi.device").
  9.          Doubled volume for stereo modes without panning.
  10.          Changed the audio IDs for paula and wavetools.
  11.          Moved the audio drivers from LIBS:AHI to DEVS:AHI.
  12.  
  13. 1.286
  14.          'Cancel' text in the requester defaulted to the swedish
  15.         word for cancel. Oops.
  16.          AHI_GetAudioAttrsA() now takes 3 arguments instead of 2.
  17.          Improved mixing rutines for AHIST_M8U samples a bit. More
  18.         changes are needed!
  19.          AHI_SetEffect() now only takes 2 arguments, and cannot be
  20.         called from interrupts anymore.
  21.          Added the first effect: AHIET_MASTERVOLUME.
  22.          Removed some useless mixing routines and added a few other.
  23.         When not using panning things should be faster now.
  24.          Added a new database tag: AHIDB_Realtime.
  25.          AHI_ControlAudioA() now returns an error code.
  26.          More new data base tags: AHIDB_MaxPlaySamples,
  27.         AHIDB_MaxRecordSamples and AHIDB_MixFreq.
  28.          The way audio drivers tell ahi.device it can be used for
  29.         recording has changed.
  30.          Added second effect: AHIET_OUTPUTBUFFER.
  31.          Sample frequencies can now be up to 131071 Hz, which should be
  32.         enough for most users.
  33.          Improved most of the mixing routines. Fixed some bugs in the 16
  34.         bit routines aswell.
  35.          The requester now has menus and is keyboard controllable.
  36.          Yet another new database tag: AHIDB_FullDuplex.
  37.          Samples can now be played backwards (AHIST_LOOP sounds, however,
  38.         cannot. ).
  39.          I had to change the AHIAudioCtrl structure a little. Old drivers
  40.         will NOT work any longer - they will probably crash! Hey, it's
  41.         still a beta version - I'm allowed to do such things!
  42.          The requester tags has been redefined, a recompile is neccessary.
  43.          Removed a memory leak in AHI_AudioRequestA().
  44.          New tags for AHI_ControlAudioA(): AHIC_MonitorVolume and
  45.         AHIC_MonitorVolume_Query.
  46.          Removed the AHIDB_MixFreq tag in AHI_GetAudioAttrsA() and added
  47.         AHIC_MixFreq_Query for AHI_ControlAudioA().
  48.          Cursor keys can now control the audio mode requester.
  49.          Added 32 bit mixing routines with linear interpolation.
  50. 2.4
  51.          New field in the AHIAudioCtrlDrv structure: ahiac_BuffType.
  52.          Rewrote parts of the mixing routines. Sometimes they read one
  53.         sample to much, causing clicks. Hopefully they work now. The new
  54.         routine is a little faster, by the way...
  55.          Fixed the 32 bit linear interpolation mixing routines; they
  56.         ALWAYS read at least one sample too much, sometimes two.
  57.          Loads of new tags for AHI_ControlAudioA(): AHIC_InputGain,
  58.         AHIC_InputGain_Query, AHIC_OutputVolume, AHIC_OutputVolume_Query,
  59.         AHIC_Input, AHIC_Input_Query, AHIC_Output, and AHIC_Output_Query.
  60.          Even more new tags for AHI_GetAudioAttrsA(): AHIDB_MinMonitorVolume,
  61.         AHIDB_MaxMonitorVolume, AHIDB_MinInputGain, AHIDB_MaxInputGain,
  62.         AHIDB_MinOutputVolume, AHIDB_MaxOutputVolume, AHIDB_Inputs,
  63.         AHIDB_InputArg, AHIDB_Input, AHIDB_Outputs, AHIDB_OutputArg and
  64.         AHIDB_Output.
  65.          Increased the maximum frequency a sample can be played at to 262143
  66.         Hz.
  67.          Previously, the requested number of channels was rounded to an
  68.         even power of two, i.e. an 18 channel song actually used 32
  69.         channels. This is no longer the case.
  70. 2.23
  71.          Fixed a bug in AHI_GetAudioAttrsA(): Strings was not always NULL-
  72.         terminated.
  73.          CloseDevice() trashed some registers it shouldn't. Not so anymore.
  74.          By mistake I used the function graphics.library/SetRPAttrs() in
  75.         the requester code, which caused AHI to crash on pre-39 machines.
  76.          Fixed some bugs in the autodocs AHI_AllocAudioA()/AHIA_RecordFunc.
  77.         Note that the RecordFunc must return NULL from now on!
  78.          All PlayerFreq related values should now be Fixed instead of
  79.         ULONG. A kludge has been added to keep old programs going for some
  80.         time.
  81. 3.861
  82.          Small bug fix in the requester code.
  83.          AHI_DEFAULT_ID as AHIA_AudioID tag data (AHI_AllocAudioA())
  84.         didn't work.
  85.          New function: AHI_PlayA().
  86.          MC68000-version added.
  87.          New mode for audio drivers: AHISB_CANPOSTPROCESS.
  88.          Bug fix: Turning off the AHIET_OUTPUTBUFFER effect resulted in an
  89.         endless loop.
  90.          Surround support added.
  91.          New effects: AHIET_DSPMASK and AHIET_DSPECHO.
  92.          New function: AHI_SampleFrameSize().
  93.          New (private) functions: AHI_AddAudioMode(), AHI_RemoveAudioMode()
  94.         and AHI_LoadModeFile().
  95.          AddAudioModes does not have to be run before AHI can be used
  96.         anymore. When 'ahi.device' is loaded, it will check if the audio
  97.         mode database is loaded. If not, it will automatically scan
  98.         DEVS:AudioModes/ for mode files and add them.
  99.          Rewrote the last three non-critical functions in C instead of
  100.         assembly.
  101.          Added the new tag AHIB_Dizzy to AHI_BestAudioIDA().
  102.          New "effect": AHIET_CHANNELINFO.
  103.          The first two device commands added: CMD_READ and CMD_WRITE
  104.          The (obsolete) MultiLoop feature is not totally gone.
  105.          Removed a bunch of mixing routines that almost never were used
  106.         anyway.
  107.          AHI_LoadSound() does not handle unsigned 8 bit samples anymore.
  108.         You'll have to convert such samples before they can be played from
  109.         now on.
  110.          Added Storm C include files.
  111.          More device commands: CMD_RESET, CMD_STOP, CMD_START and CMD_FLUSH.
  112.          Stereo sounds can now be used too.
  113.          Max frequency for AHI_SetFreq() increased once again: 1048575.
  114.          Added two functions to calculate CPU usage and avoid lockups
  115.         (ahiac_PreTimer and ahiac_PostTimer).
  116.          Localized it.
  117. 3.948
  118.          AHIR_Locale should work now.
  119.          AHIDB_MaxChannels didn't work in AHI_BestAudioID().
  120.          The users preferred audio mode can now be selected in the requester,
  121.         by setting AHIR_DoDefaultMode to TRUE.
  122.          Added an infowindow to the requester.
  123.          All functions that take an audio mode id as input can now use
  124.         AHI_DEFAULT_ID as well.
  125.          CMD_READ should actually work now. I hope.
  126.          Faster 16 bit mixing of 16 bit samples when using a "fast" mode.
  127.          New flag for OpenDevice(): AHIDF_NOMODESCAN (private).
  128.          (Wrote user docs.)
  129.          (Updated "Programming Guidelines".)
  130. 3.1080
  131.          CMD_STOP and CMD_START should work better now?
  132.          The freqgadget wasn't ghosted if the requester was opened with
  133.         audioid set to AHI_DEFAULT_ID. Now it is.
  134.          Up to 4 device units are now available.
  135.          No more alignment restriction for CMD_WRITE.
  136.          Removed IORequest size check for OpenDevice(AHI_NO_UNIT) in order
  137.         to make some programs that open V3 without a valid V3 AHIRequest
  138.         work.
  139.          AHIST_INPUT redefined.
  140.          Rewrote AHI_LoadSound() and AHI_UnloadSound() in C.
  141.          Playing 16 bit stereo samples in mono-not-fast mode did not work.
  142.          AHI_BestAudioID() and FilterTags in the audio mode requester had got
  143.         the FullDuplex flag all wrong.
  144.          The audio mode requester can now handle AHIR_PubScreenName set to
  145.         NULL, meaning that is should open on the default public screen.
  146.          The echo routines is now rewritten. "Fast echo" routines added.
  147.         "No-cross-Full-mix" too.
  148.          I tried to get AHIST_INPUT working, but I couldn't make the recording
  149.         and playback sync. I suspect the problem is in the Paula driver, 
  150.         but I don't know...
  151. 3.1091
  152.          Major bug in the device interface code fixed. It could crash, and
  153.         never used more that one channel.
  154.          Amiga E modules added.
  155. 4.20
  156.          Bumped version to 4.
  157.          (Transformed "Programming Guidelines" into "AHI Developer's Guide".)
  158.          Added AHIE_HALFDUPLEX error code.
  159. 4.26
  160.          Some tweaks...
  161.          AHIET_DSPMASK didn't work! Now it does.
  162. 4.99
  163.          Fixed a race condition when playing small chunks with CMD_WRITE.
  164.          Fixed the problems with unreplied IO requests.
  165.          Fixed a lockup problem with CMD_START (it's still far from perfect).
  166.          Fixed some problems in AHI_BestAudioIDA().
  167.          ahiam_AudioID and ahiam_MixFreq are now left unchanged if the user
  168.         cancels the audio mode requester.
  169.          Added optional clipping when using master volume > 100%. So there.
  170.          The functions that returned BOOL (AHI_GetAudioAttrsA() and
  171.         AHI_AudioRequestA()) now sets all 32 bits and not just the lower
  172.         word of the return code (BOOL is only 16 bit).
  173.          Bug fixes in the "normal" mixing routines (not fast or hifi).
  174.          Much faster HiFi routines.
  175. 4.109
  176.          Oops! I had some debug code left in the device (flashing
  177.         backgrounds, anyone?)...
  178.          Added 68060 version.
  179. 4.158 (R4.14)
  180.          AHI_LoadSound() now returns an error if the user tries to
  181.         play unsigned samples in HiFi modes (i.e., I removed the
  182.         AHI-Noteplayer-for-Delitracker kludge).
  183.          AHI_LoadSound() always returned 0 if the driver overloaded the
  184.         function. Now it returns the correct value.
  185.          AHI_SetEffect() would return 0 even if the driver overloaded
  186.         the function.
  187.          Fixed an overflow error in the HiFi-routines.
  188.          Removed distortion when playing sounds backwards in HiFi mode.
  189.          CMD_START was never executed... Sigh.
  190.          NSCMD_DEVICEQUERY didn't know about CMD_START and CMD_STOP.
  191.          Echo will no longer trash memory.
  192.          Bug in the 32 bit stereo echo routine removed.
  193. 4.164
  194.          Bug fixes in the HiFi routines. There was also debug code left (!),
  195.         that disabled stereo for some 16 bit samples.
  196.          Booleans variables in the tag lists and the audio mode database are
  197.         now compared using logical XNOR instead of equality.
  198. 4.165
  199.          Removed an accidental KPrintF() from the device code.
  200. 4.180 (R4.15)
  201.          Improved debugger output.
  202.  
  203.  
  204. AHI preferences
  205. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  206. 0.1
  207.          There is now a prefs program, written by Ruediger Sopp, that can
  208.         be used to select default audio mode, frequency etc.
  209. 1.0
  210.          New preferences program, rewritten from scratch. This one (barely)
  211.         fits on a 640×200 screen using Topaz 8.
  212. 4.3
  213.          Bumped version to 4.
  214.          Localized it.
  215.          "Reset to Defaults" didn't reset the Global Options.
  216.          "Restore" fixed (always loaded ENV:Sys/ahi.prefs, even if invoked
  217.         with a FROM argument.
  218. 4.5
  219.          New global option: Mastervolume with(%|out) clipping.
  220.          MUI version written by Stéphane Barbaray added.
  221.          Small bug fix in the MUI version, and CTRL-C also works now.
  222.  
  223.  
  224. AddAudioModes
  225. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  226. 1.1
  227.          AddAudioModes rewritten. New switch: REMOVE.
  228. 1.2
  229.          AddAudioModes got another switch, DBLSCAN, which tries to open
  230.         and then immediately close a native, double-scan screen. At least
  231.         CyberGraphX keeps the scan rate when ECS/AGA screens are closed, so
  232.         this enables >28 kHz sample rates for graphic card owners. My guess
  233.         is that this requires V39 or greater to work, but it should work
  234.         with both ECS and AGA. Don't forget to install a doublescan monior
  235.         driver if you don't already have one.
  236. 1.5
  237.          AddAudioModes DBLSCAN now scans the audio mode database for the
  238.         screen mode that allows highest sample rates.
  239.          The device is now opened with the AHIDF_NOMODESCAN flag.
  240. 4.1
  241.          Bumped version to 4.
  242.  
  243.  
  244. AHI-Handler
  245. ¯¯¯¯¯¯¯¯¯¯¯
  246. 1.8
  247.          Changed the priority of the AUDIO: handler to 5.
  248. 4.1
  249.          Bumped version to 4.
  250. 4.2
  251.          Much improved error handling.
  252.  
  253.  
  254. delfina.audio
  255. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  256.          Note: delfina.audio is ©1996-1997 Petsoff Limited Partnership and
  257.         written by Teemu Suikki. The latest release of this driver can be
  258.         found at <URL:ftp://spot.lnet.lut.fi/pub/delfina/>.
  259.  
  260.  
  261. filesave.audio
  262. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  263. 1.0
  264.          First version.
  265. 1.1
  266.          Updated for HiFi (32 bit) mixing routines.
  267. 2.0
  268.          Bumped version to 2.
  269.          Bug fix: Previously called AslRequest instead of AslRequestTags,
  270.         resulting in an Enforcer hit.
  271. 2.1
  272.          Minor bug fixes.
  273.          Added sampler emulation. This means that this driver can now be
  274.         used to simulate a sound card with sampler. Just select an audio
  275.         file when the requester pops up. (This feature is only for
  276.         programmers and requires OS 3.0 or higher, because
  277.         datatypes.library is used to load the audio file.)
  278. 2.2
  279.          Now works with 2.0 systems, too. The file should be a raw 8 bit
  280.         signed sample (i.e. no headers).
  281. 2.3
  282.          Changed the number of avalable mixing/sampling frequencies.
  283. 2.4
  284.          MC68000-version added.
  285.          Minor improvements and larger buffer makes it several times faster.
  286.          Fixed a bug in AHIsub_Enable().
  287.          AHIsub_AllocAudio() did not return the correct error code on failure.
  288. 2.5
  289.          Now displays a requester instead of an alert if asl.library cannot be
  290.         opened.
  291. 2.6
  292.          The requester about missing asl.library is now only showed once.
  293.  
  294.  
  295. maestropro.audio
  296. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  297.          Note: maestropro.audio is ©1997 Richard Körber. The latest
  298.         release of this driver can be found at
  299.         <URL:http://www.is-koeln.de/einwohner/shred>.
  300.  
  301.  
  302. melody.audio
  303. ¯¯¯¯¯¯¯¯¯¯¯¯
  304.          Note: melody.audio is ©1997 Kato and written by Thorsten Hansen.
  305.         The latest release of this driver can be found at
  306.         <URL:http://home.pages.de/~kato>.
  307.  
  308.  
  309. paula.audio
  310. ¯¯¯¯¯¯¯¯¯¯¯
  311. 2.0
  312.          Bumped version to 2.
  313.          Bug fix: 14 bit uncalibrated mode now works as it should.
  314. 2.2
  315.          Various bugfixes.
  316.          Added support for parallel port samplers (only generic mono this
  317.         time).
  318.          Changed the number of avalable mixing/sampling frequencies.
  319.          The video mode is now checked to see if mixing frequencies above
  320.         28867 Hz is possible.
  321. 2.3
  322.          Bug fix: Driver reported wrong resolution for 14 bit modes.
  323.          MC68000-version added.
  324.          Bug fix: Distortion because of playing samples from an odd
  325.         address. Kinda lame bug: I made sure the length was even, but
  326.         forgot the start address.
  327. 2.4
  328.          Can now use the Aura sound card as sampler instead of one in the
  329.         parallel port.
  330. 2.5
  331.          Better handling of the Aura sampler. The driver is now defined to
  332.         have two inputs, instead of using two separate mode files.
  333. 3.0
  334.          Added protection against CPU overload.
  335. 3.1
  336.          The variable AHIpaulaFilterFreq is now checked when the audio
  337.         is allocated.
  338. 4.1
  339.          Bumped version to 4.
  340. 4.2
  341.          This is unbelievable, but I had swapped the left and right channel!
  342. 4.5
  343.          Crashed related to the PCMCIA code removed. Oops.
  344. 4.6
  345.          Better checks for >28 kHz modes.
  346. 4.7
  347.          Added variable AHIpaulaSampleLimit, to remove the screen mode
  348.         checks.
  349. 4.8
  350.          Better checking of videomode with Picasso 96 (req. 1.18+).
  351. 4.10
  352.          HiFi modes added.
  353.          Added support for the Clarity sampler?
  354. 4.11
  355.          Rewrote the conversion routines, they should be faster now?
  356.          Added the AHIpaulaBufferLength environment variable.
  357. 4.12
  358.          There were errors in the new conversion routines, when the
  359.         tempo changed.
  360.          8 bit modes now have hardware volume control.
  361. 4.13
  362.          Added the AHIpaulaSwapChannels environment variable.
  363.          AHIsub_GetAttr() is much faster now.
  364. 4.14 (R4.15)
  365.          Enclosed FindTask("Picasso96") with Forbid()/Permit(), in order to
  366.         silence PatchWork.
  367.  
  368.  
  369. prelude.audio
  370. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  371.          Note: prelude.audio is ©1996-1997 A.C.T. and written by Thomas
  372.         Wenzel. The latest release of this driver and documentation can
  373.         be found at <URL:http://linux.rz.fh-hannover.de/~wenzel/Prelude.html>.
  374.  
  375.  
  376. toccata.audio
  377. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  378. 2.1
  379.          First public version.
  380. 2.10
  381.          Lots of bug fixes, but there is need for many more.
  382. 2.11
  383.          More bug fixes. I think it actually is usable now...
  384. 2.12
  385.          Will now do all mixing in a software interrupt if the environment
  386.         variable AHItoccataNoTask is set to 1.
  387. 2.14
  388.          Added support for the hacked "toccata..library". It works much better
  389.         than the AHItoccataNoTask kludge.
  390.          AHIC_MonitorVolume works as it was supposed to now.
  391.          Bug in the mutal exclusive code fixed.
  392. 2.15
  393.          A little less clicks now.
  394. 2.17
  395.          Better hardint checking.
  396.          Doesn't fail to load anymore if toccata.library v12 cannot be opened.
  397. 4.1
  398.          Added protection against CPU overload.
  399.          Added HiFi modes.
  400. 4.3
  401.          Added the AHItoccataIrqSize environment variable.
  402. 4.4
  403.          Added workarounds for bugs in the AD1845 chip. No more white noise
  404.         on the DraCo Motion!
  405.  
  406.  
  407. wavetools.audio
  408. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  409. 1.10
  410.          Updated for beta 2 (AHIC_MonitorVolume, AHIC_MonitorVolume_Query)
  411. 2.0
  412.          Bumped version to 2.
  413.          Added support for AHIC_OutputVolume, AHIC_OutputVolume_Query,
  414.         AHIDB_MinMonitorVolume, AHIDB_MaxMonitorVolume, AHIDB_MinOutputVolume,
  415.         AHIDB_MaxOutputVolume, AHIDB_Inputs, AHIDB_Input, AHIDB_Outputs and
  416.         AHIDB_Output.
  417. 2.1
  418.          Wow, at last! Somebody is actually USING this driver now! Version
  419.         2.0 didn't even work, and nobody reported it until recently...
  420.  
  421.          Note: The following changes were done by Johan Nyblom
  422.         <nyblom@ludd.luth.se>
  423.  
  424. 2.11
  425.          Bug fixes, input gain added.
  426.  
  427.  
  428. Other software
  429. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  430.  
  431.          The hook structure in PT-AHIPlay.s missed the userdata field.
  432.          PT-AHIPlay.s doesn't use AHIST_LOOP sounds anymore.
  433.          RecordTestQnD.s now uses AHIC_MonitorVolume.
  434.          ScanAudioModes updated for V2.
  435.          PT-AHIPlay.s updated to use Fixed instead of ULONG for player
  436.         frequencies.
  437.          DoubleBuffer example program added.
  438.          HarddiskRecord example program added.
  439.          The protracker replay code has been rewritten.
  440.          Protracker datatype added.
  441.          RecordTest example program added.
  442.          PlayTest example program added.
  443.          Updated the AHI-Noteplayer for Delitracker to version 1.4.
  444.          Audio handler added.
  445.          Simpleplay updated.
  446.          The protracker replay code fixed (left/righ channel swapped),
  447.         and a major bug in the example PlayerFunc was removed (didn't
  448.         save register a2!).
  449.          Protracker datatype updated. Now it actually obeys the AHI rules,
  450.         which hopefully means no more crashes with Toccata.
  451.          Added DSPECHO and DSPMASK to SimplePlay.
  452.          Protracker datatype would cause a total lockup with the filesave
  453.         driver. Not anymore.
  454.          ARGH!! The doublebuffer.c example used an incorrect formual for
  455.         calculating the buffer size!
  456.          Moved the Delitracker noteplayer out of the developer archive (what's
  457.         the point when it doesn't include any source?).
  458.          The protracker replay code called AHI_ControlAudioA() every interrupt,
  459.         since I fotgot to clear ptd_NewTempo.
  460.          Added Melody to the distribution.
  461. R4.15
  462.          Added Maestro Pro to the distribution.
  463.          The documentation now has the same version number as the distribution.
  464.